conf: clean up comments a bit
authorFelix Krull <f_krull@gmx.de>
Thu, 13 Jun 2019 18:18:31 +0000 (20:18 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/conf/ostree.toml

index 5185d4354ea3ff1bc98a3290af6191137ff91850..8d8fc23970a3338f89fcd68e6294aced18659f12 100644 (file)
@@ -76,6 +76,7 @@ manual = [
 ]
 
 ignore = [
+    # only used for the already-deprecated checkout_tree_at function
     "OSTree.RepoCheckoutOptions",
 ]
 
@@ -99,8 +100,16 @@ status = "generate"
 name = "OSTree.Repo"
 status = "generate"
     [[object.function]]
-    # these all don't generate properly
-    pattern = "write_metadata_async|write_content_async|pull_from_remotes_async|find_remotes_async"
+    # this one crashes gir, somehow
+    name = "write_metadata_async"
+    ignore = true
+    [[object.function]]
+    # this one generates a guchar** incorrectly
+    name = "write_content_async"
+    ignore = true
+    [[object.function]]
+    # these fail because of issues with zero-terminated arrays
+    pattern = "find_remotes_async|pull_from_remotes_async"
     ignore = true
 
     [[object.function]]